WRITE STRING
This command will write the specified string to the file. The string will be terminated in the file with the standard carriage return ASCII characters (13)+(10). The file specified by the file number must be open or the command will fail.

SYNTAX
WRITE STRING File Number, String

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example